Goto

Collaborating Authors

 crispengari gender-classification


GitHub - CrispenGari/gender-classification: this is a simple rest api serving a deep learning model that classifies human gender based on their faces. (vgg16 transfare learning)

#artificialintelligence

This is a simple REST api that is served to classify gender on an image given based on faces. The following table shows all the metrics summary we get after training the model for few 6 epochs. This classification report is based on the first batch of the validation dataset i used which consist of 32 images. If you hit the server at http://localhost:3001/api/gender you will be able to get the following expected response that is if the request method is POST and you provide the file expected by the server. The expected response at http://localhost:3001/api/gender with a file image of the right format will yield the following json response to the client.